.logo{
    width: 180px;
  }
  pre {
    display: block;
    margin-top: -30px;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
}

.page-title .heading {
 
    margin-top: 3rem;
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  /* background: url(assets/img/AI1.jpg) top center no-repeat; */
  background-size: cover;
  height: 400px;
  
  
}
.p1 {
    max-width: 100% !important;
    height: 220px !important;
}  
.partner-section {
            padding: 50px 0;
            text-align: center;
            padding-bottom: 0px;
        }
        /* .partner-section h1 {
            font-size: 2.5rem;
            font-weight: bold;
            color: #0056b3;
            margin-bottom: 20px;
        } */
        .partner-section p {
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 40px;
        }
        .step-card {
            background: rgba(209, 96, 211, 0.1);
            border: none;
            border-radius: 10px;
            /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
            padding: 20px;
            margin-bottom: 20px;
            text-align: left;
            /* transition: transform 0.3s; */
        }
        /* .step-card:hover {
            transform: translateY(-5px);
        } */
        .step-card span {
            font-weight: bold;
            color:rgb(10, 10, 10);
            font-size: 1.1rem;
        }



        .partners-container {
            /* padding: 50px 0; */
            text-align: center;
        }
        .partners-container h1 {
            /* font-size: 2.5rem; */
            font-weight: bold;
            /* color: #0056b3;
            margin-bottom: 20px; */
        }
        .partners-container p {
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 10px;
        }
        .partner-box {
            background: #fff;
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            transition: transform 0.3s;
        }
        .partner-box:hover {
            transform: translateY(-5px);
        }
        .partner-box h5 {
            font-size: 1.5rem;
            color: #950298;
            margin-bottom: 10px;
        }
        .partner-box p {
            font-size: 1rem;
            color: #555;
        }
 
        
        button:not(:disabled) {
    cursor: pointer;
    background-color:  #950298;
    height: 40px;
    margin-top: 50px;
    border-radius: 20%;
    width: 40px;
}
/* .carousel-control-next-icon, .carousel-control-prev-icon {
    background-color:  #950298;
} */

.success-stories {
            /* padding: 50px 0; */
        }
        .success-stories .card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .success-stories .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        .success-stories .card-header {
            background-color: #950298;
            color: #fff;
            font-size: 1.2rem;
            font-weight: bold;
            text-align: center;
        }
        .success-stories .card-body {
            font-size: 1rem;
            color: #555;
            height: 80px;
        }
        @media (max-width: 900px){
            .success-stories .card-body {
            /* font-size: 1rem;
            color: #555; */
            height: max-content;
        }
        }
 